'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference _ )
'Usage
Dim worksheet As Worksheet Dim references() As Reference Dim instance As New AutoSumCommand(worksheet, references)
public AutoSumCommand( Worksheet worksheet, Reference[] references )
Parameters
- worksheet
- The processing GrapeCity.Spreadsheet.Worksheet object.
- references
- An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed